home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPrintPaperPS.h --------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPrintPaperPS__
- #define __PGetPrintPaperPS__
-
- #include "PHandleQuery.h"
-
- #include "PMTypes.h"
-
- class PGetPrintPaperPS : public PHandleQuery
- {
-
- public:
-
- PGetPrintPaperPS();
-
- const char * sSize;
- const char * sSource;
- long yLength;
- long xWidth;
- long yPaperFeed;
- long xPaperMargin;
- short bOrientation;
- PMBool bCenter;
- short cTiling;
- long xOverlap;
- short cScaleType;
- short nVal;
- short cDuplex;
- };
-
- #endif
-
- // end of PGetPrintPaperPS.h
-